projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
694d6b9
)
Use name option for routes as well
author
parkrrrr
<parkrrrr>
Fri, 24 Mar 2006 22:42:50 +0000
(22:42 +0000)
committer
parkrrrr
<parkrrrr>
Fri, 24 Mar 2006 22:42:50 +0000
(22:42 +0000)
shape.c
patch
|
blob
|
history
diff --git
a/shape.c
b/shape.c
index c999cf0142eceb5bf45cd43480c750e94507ea5b..ec076070e64251fcfe8d70ab78a0a1ec014cc707 100644
(file)
--- a/
shape.c
+++ b/
shape.c
@@
-113,6
+113,7
@@
my_read(void)
if (shp->nSHPType == SHPT_ARC) {
int j;
route_head *track_head = route_head_alloc();
+ track_head->rte_name = xstrdup(name);
route_add_head(track_head);
for (j = 0; j < shp->nVertices; j++) {
wpt = waypt_new();